[INFO] cloning repository https://github.com/Srynetix/advent-of-code
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Srynetix/advent-of-code" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSrynetix%2Fadvent-of-code", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSrynetix%2Fadvent-of-code'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5bc5e2261e4a70521aa4c51489cfa12a9bb53e32
[INFO] fixing Srynetix/advent-of-code against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSrynetix%2Fadvent-of-code" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-6-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/Srynetix/advent-of-code
[INFO] finished tweaking git repo https://github.com/Srynetix/advent-of-code
[INFO] tweaked toml for git repo https://github.com/Srynetix/advent-of-code written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Srynetix/advent-of-code on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Srynetix/advent-of-code already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded scraper v0.24.0
[INFO] [stderr]   Downloaded selectors v0.31.0
[INFO] [stderr]   Downloaded nu-ansi-term v0.50.1
[INFO] [stderr]   Downloaded tracing-tree v0.4.1
[INFO] [stderr]   Downloaded bytemuck v1.20.0
[INFO] [stderr]   Downloaded pxfm v0.1.26
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] d01d3651fa1c32b77b94883a9ee838df0b8ee666c1e55bd93abb15ec6fe30209
[INFO] running `Command { std: "docker" "start" "d01d3651fa1c32b77b94883a9ee838df0b8ee666c1e55bd93abb15ec6fe30209", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d01d3651fa1c32b77b94883a9ee838df0b8ee666c1e55bd93abb15ec6fe30209" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d01d3651fa1c32b77b94883a9ee838df0b8ee666c1e55bd93abb15ec6fe30209", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d01d3651fa1c32b77b94883a9ee838df0b8ee666c1e55bd93abb15ec6fe30209" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]     Checking stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking regex-syntax v0.8.8
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking bitflags v2.10.0
[INFO] [stderr]     Checking tracing-core v0.1.35
[INFO] [stderr]     Checking crc32fast v1.5.0
[INFO] [stderr]     Checking indexmap v2.12.1
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]    Compiling av-scenechange v0.14.1
[INFO] [stderr]    Compiling built v0.8.0
[INFO] [stderr]     Checking as-slice v0.2.1
[INFO] [stderr]     Checking aligned v0.4.2
[INFO] [stderr]     Checking core2 v0.4.0
[INFO] [stderr]     Checking nom v8.0.0
[INFO] [stderr]    Compiling find-msvc-tools v0.1.5
[INFO] [stderr]     Checking y4m v0.8.0
[INFO] [stderr]    Compiling pastey v0.1.1
[INFO] [stderr]    Compiling cc v1.2.48
[INFO] [stderr]     Checking bitstream-io v4.9.0
[INFO] [stderr]     Checking maybe-rayon v0.1.1
[INFO] [stderr]     Checking half v2.4.1
[INFO] [stderr]     Checking imgref v1.12.0
[INFO] [stderr]     Checking weezl v0.1.12
[INFO] [stderr]     Checking flate2 v1.1.5
[INFO] [stderr]     Checking zune-jpeg v0.4.21
[INFO] [stderr]    Compiling rav1e v0.8.1
[INFO] [stderr]     Checking loop9 v0.1.5
[INFO] [stderr]     Checking avif-serialize v0.8.6
[INFO] [stderr]     Checking fdeflate v0.3.6
[INFO] [stderr]     Checking bytemuck v1.20.0
[INFO] [stderr]     Checking rgb v0.8.52
[INFO] [stderr]     Checking zune-core v0.5.0
[INFO] [stderr]     Checking exr v1.74.0
[INFO] [stderr]     Checking image-webp v0.2.4
[INFO] [stderr]     Checking zune-jpeg v0.5.5
[INFO] [stderr]     Checking gif v0.14.0
[INFO] [stderr]     Checking png v0.18.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]     Checking pxfm v0.1.26
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]    Compiling phf_codegen v0.11.3
[INFO] [stderr]    Compiling icu_properties_data v2.1.1
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]     Checking phf_shared v0.11.2
[INFO] [stderr]     Checking petgraph v0.8.3
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]     Checking tap v1.0.1
[INFO] [stderr]     Checking maplit v1.0.2
[INFO] [stderr]     Checking aoc-sx-algo v0.1.0 (/opt/rustwide/workdir/toolkit/aoc-sx-algo)
[INFO] [stderr]     Checking aoc-sx-ui v0.1.0 (/opt/rustwide/workdir/toolkit/aoc-sx-ui)
[INFO] [stderr]    Compiling string_cache_codegen v0.5.4
[INFO] [stderr]    Compiling time-core v0.1.2
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]    Compiling time-macros v0.2.18
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]     Checking rustls-pki-types v1.13.1
[INFO] [stderr]     Checking deranged v0.3.11
[INFO] [stderr]     Checking dtoa v1.0.9
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]     Checking dtoa-short v0.3.5
[INFO] [stderr]    Compiling web_atoms v0.1.3
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling selectors v0.31.0
[INFO] [stderr]     Checking bytes v1.11.0
[INFO] [stderr]     Checking psl-types v2.0.11
[INFO] [stderr]    Compiling rustls v0.23.35
[INFO] [stderr]     Checking fxhash v0.2.1
[INFO] [stderr]     Checking servo_arc v0.4.3
[INFO] [stderr]     Checking unicode-width v0.2.2
[INFO] [stderr]     Checking webpki-roots v1.0.4
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]     Checking ego-tree v0.10.0
[INFO] [stderr]     Checking nu-ansi-term v0.50.1
[INFO] [stderr]     Checking getopts v0.2.24
[INFO] [stderr]    Compiling backtrace v0.3.71
[INFO] [stderr]     Checking anstyle-query v1.1.5
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]     Checking gimli v0.28.1
[INFO] [stderr]     Checking anstyle v1.0.13
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]    Compiling color-spantrace v0.3.0
[INFO] [stderr]     Checking miniz_oxide v0.7.4
[INFO] [stderr]     Checking anstream v0.6.21
[INFO] [stderr]    Compiling uncased v0.9.10
[INFO] [stderr]    Compiling figment v0.10.19
[INFO] [stderr]     Checking object v0.32.2
[INFO] [stderr]     Checking indenter v0.3.3
[INFO] [stderr]     Checking yansi v1.0.1
[INFO] [stderr]     Checking num v0.4.3
[INFO] [stderr]     Checking clap_lex v0.7.6
[INFO] [stderr]     Checking rustc-demangle v0.1.26
[INFO] [stderr]     Checking clap_builder v4.5.53
[INFO] [stderr]     Checking moxcms v0.7.10
[INFO] [stderr]     Checking ureq-proto v0.5.3
[INFO] [stderr]     Checking time v0.3.36
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking addr2line v0.21.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling equator-macro v0.4.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling profiling-procmacros v1.0.17
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]     Checking profiling v1.0.17
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]    Compiling fax_derive v0.2.0
[INFO] [stderr]    Compiling phf_macros v0.11.2
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling cssparser-macros v0.6.1
[INFO] [stderr]     Checking equator v0.4.2
[INFO] [stderr]     Checking aligned-vec v0.6.4
[INFO] [stderr]     Checking fax v0.2.6
[INFO] [stderr]     Checking v_frame v0.3.9
[INFO] [stderr]     Checking cookie v0.18.1
[INFO] [stderr]    Compiling match_token v0.35.0
[INFO] [stderr]    Compiling pear_codegen v0.2.9
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]     Checking phf v0.11.2
[INFO] [stderr]     Checking av1-grain v0.2.5
[INFO] [stderr]     Checking tiff v0.10.3
[INFO] [stderr]     Checking cssparser v0.35.0
[INFO] [stderr]     Checking tracing v0.1.43
[INFO] [stderr]     Checking aoc-sx-core v0.1.0 (/opt/rustwide/workdir/toolkit/aoc-sx-core)
[INFO] [stderr]     Checking derive_more v2.0.1
[INFO] [stderr]     Checking pear v0.2.9
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking tracing-subscriber v0.3.22
[INFO] [stderr]     Checking rustls-webpki v0.103.8
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]     Checking clap v4.5.53
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]     Checking tracing-error v0.2.1
[INFO] [stderr]     Checking tracing-tree v0.4.1
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking color-eyre v0.6.5
[INFO] [stderr]     Checking icu_properties v2.1.1
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking serde_plain v1.0.2
[INFO] [stderr]     Checking string_cache v0.8.9
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking markup5ever v0.35.0
[INFO] [stderr]     Checking publicsuffix v2.3.0
[INFO] [stderr]     Checking url v2.5.7
[INFO] [stderr]     Checking html5ever v0.35.0
[INFO] [stderr]     Checking scraper v0.24.0
[INFO] [stderr]     Checking cookie_store v0.22.0
[INFO] [stderr]     Checking ureq v3.1.4
[INFO] [stderr]     Checking ravif v0.12.0
[INFO] [stderr]     Checking image v0.25.9
[INFO] [stderr]     Checking aoc-sx-webclient v0.1.0 (/opt/rustwide/workdir/toolkit/aoc-sx-webclient)
[INFO] [stderr]     Checking aoc-sx-codegen v0.1.0 (/opt/rustwide/workdir/toolkit/aoc-sx-codegen)
[INFO] [stderr]     Checking aoc-sx-cli v0.1.0 (/opt/rustwide/workdir/toolkit/aoc-sx-cli)
[INFO] [stderr]     Checking aoc-sx v0.1.0 (/opt/rustwide/workdir/toolkit/aoc-sx)
[INFO] [stderr]     Checking aoc-2021 v0.1.0 (/opt/rustwide/workdir/editions/aoc-2021)
[INFO] [stderr]     Checking aoc-2020 v0.1.0 (/opt/rustwide/workdir/editions/aoc-2020)
[INFO] [stderr]     Checking aoc-2023 v0.1.0 (/opt/rustwide/workdir/editions/aoc-2023)
[INFO] [stderr]     Checking aoc-2024 v0.1.0 (/opt/rustwide/workdir/editions/aoc-2024)
[INFO] [stderr]     Checking aoc-2025 v0.1.0 (/opt/rustwide/workdir/editions/aoc-2025)
[INFO] [stderr]     Checking aoc-2022 v0.1.0 (/opt/rustwide/workdir/editions/aoc-2022)
[INFO] [stdout] error: couldn't read `editions/aoc-2025/src/day01/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> editions/aoc-2025/src/day01/mod.rs:104:21
[INFO] [stdout]     |
[INFO] [stdout] 104 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2025/src/day02/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2025/src/day02/mod.rs:74:21
[INFO] [stdout]    |
[INFO] [stdout] 74 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2022/src/day01/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2022/src/day01/mod.rs:63:21
[INFO] [stdout]    |
[INFO] [stdout] 63 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2022/src/day02/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2022/src/day02/mod.rs:57:21
[INFO] [stdout]    |
[INFO] [stdout] 57 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2022/src/day03/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2022/src/day03/mod.rs:80:21
[INFO] [stdout]    |
[INFO] [stdout] 80 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2022/src/day04/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2022/src/day04/mod.rs:75:21
[INFO] [stdout]    |
[INFO] [stdout] 75 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2022/src/day05/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> editions/aoc-2022/src/day05/mod.rs:136:21
[INFO] [stdout]     |
[INFO] [stdout] 136 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2022/src/day06/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2022/src/day06/mod.rs:61:21
[INFO] [stdout]    |
[INFO] [stdout] 61 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2022/src/day07/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> editions/aoc-2022/src/day07/mod.rs:124:21
[INFO] [stdout]     |
[INFO] [stdout] 124 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2023/src/day01/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2023/src/day01/mod.rs:56:21
[INFO] [stdout]    |
[INFO] [stdout] 56 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2023/src/day02/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2023/src/day02/mod.rs:68:21
[INFO] [stdout]    |
[INFO] [stdout] 68 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2023/src/day03/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2023/src/day03/mod.rs:73:21
[INFO] [stdout]    |
[INFO] [stdout] 73 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2023/src/day04/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2023/src/day04/mod.rs:83:21
[INFO] [stdout]    |
[INFO] [stdout] 83 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2023/src/day05/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> editions/aoc-2023/src/day05/mod.rs:135:21
[INFO] [stdout]     |
[INFO] [stdout] 135 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2023/src/day06/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2023/src/day06/mod.rs:81:21
[INFO] [stdout]    |
[INFO] [stdout] 81 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2023/src/day07/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2023/src/day07/mod.rs:69:21
[INFO] [stdout]    |
[INFO] [stdout] 69 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2023/src/day08/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2023/src/day08/mod.rs:47:21
[INFO] [stdout]    |
[INFO] [stdout] 47 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2023/src/day09/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> editions/aoc-2023/src/day09/mod.rs:122:21
[INFO] [stdout]     |
[INFO] [stdout] 122 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2023/src/day10/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> editions/aoc-2023/src/day10/mod.rs:247:21
[INFO] [stdout]     |
[INFO] [stdout] 247 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2023/src/day11/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> editions/aoc-2023/src/day11/mod.rs:117:21
[INFO] [stdout]     |
[INFO] [stdout] 117 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2024/src/day01/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2024/src/day01/mod.rs:54:21
[INFO] [stdout]    |
[INFO] [stdout] 54 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2024/src/day02/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2024/src/day02/mod.rs:50:21
[INFO] [stdout]    |
[INFO] [stdout] 50 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2024/src/day03/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2024/src/day03/mod.rs:30:21
[INFO] [stdout]    |
[INFO] [stdout] 30 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2024/src/day04/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2024/src/day04/mod.rs:58:21
[INFO] [stdout]    |
[INFO] [stdout] 58 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2025/src/day01/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> editions/aoc-2025/src/day01/mod.rs:104:21
[INFO] [stdout]     |
[INFO] [stdout] 104 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2025/src/day02/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2025/src/day02/mod.rs:74:21
[INFO] [stdout]    |
[INFO] [stdout] 74 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2022/src/day01/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2022/src/day01/mod.rs:63:21
[INFO] [stdout]    |
[INFO] [stdout] 63 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2022/src/day02/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2022/src/day02/mod.rs:57:21
[INFO] [stdout]    |
[INFO] [stdout] 57 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2022/src/day03/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2022/src/day03/mod.rs:80:21
[INFO] [stdout]    |
[INFO] [stdout] 80 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2022/src/day04/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2022/src/day04/mod.rs:75:21
[INFO] [stdout]    |
[INFO] [stdout] 75 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2022/src/day05/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> editions/aoc-2022/src/day05/mod.rs:136:21
[INFO] [stdout]     |
[INFO] [stdout] 136 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2022/src/day06/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2022/src/day06/mod.rs:61:21
[INFO] [stdout]    |
[INFO] [stdout] 61 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2022/src/day07/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> editions/aoc-2022/src/day07/mod.rs:124:21
[INFO] [stdout]     |
[INFO] [stdout] 124 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2021/src/day01/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2021/src/day01/mod.rs:99:21
[INFO] [stdout]    |
[INFO] [stdout] 99 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2021/src/day02/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2021/src/day02/mod.rs:77:21
[INFO] [stdout]    |
[INFO] [stdout] 77 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2021/src/day03/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2021/src/day03/mod.rs:85:21
[INFO] [stdout]    |
[INFO] [stdout] 85 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2021/src/day04/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2021/src/day04/mod.rs:87:21
[INFO] [stdout]    |
[INFO] [stdout] 87 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2021/src/day05/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2021/src/day05/mod.rs:86:21
[INFO] [stdout]    |
[INFO] [stdout] 86 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2021/src/day06/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2021/src/day06/mod.rs:75:21
[INFO] [stdout]    |
[INFO] [stdout] 75 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2021/src/day07/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2021/src/day07/mod.rs:70:21
[INFO] [stdout]    |
[INFO] [stdout] 70 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2021/src/day08/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> editions/aoc-2021/src/day08/mod.rs:148:21
[INFO] [stdout]     |
[INFO] [stdout] 148 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2021/src/day09/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2021/src/day09/mod.rs:87:21
[INFO] [stdout]    |
[INFO] [stdout] 87 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2021/src/day10/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> editions/aoc-2021/src/day10/mod.rs:119:21
[INFO] [stdout]     |
[INFO] [stdout] 119 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2021/src/day11/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> editions/aoc-2021/src/day11/mod.rs:364:21
[INFO] [stdout]     |
[INFO] [stdout] 364 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2021/src/day12/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> editions/aoc-2021/src/day12/mod.rs:171:21
[INFO] [stdout]     |
[INFO] [stdout] 171 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2021/src/day13/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> editions/aoc-2021/src/day13/mod.rs:140:21
[INFO] [stdout]     |
[INFO] [stdout] 140 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2021/src/day14/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2021/src/day14/mod.rs:77:21
[INFO] [stdout]    |
[INFO] [stdout] 77 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2021/src/day15/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> editions/aoc-2021/src/day15/mod.rs:179:21
[INFO] [stdout]     |
[INFO] [stdout] 179 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2021/src/day16/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> editions/aoc-2021/src/day16/mod.rs:147:21
[INFO] [stdout]     |
[INFO] [stdout] 147 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2020/src/day01/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2020/src/day01/mod.rs:46:21
[INFO] [stdout]    |
[INFO] [stdout] 46 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2020/src/day02/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2020/src/day02/mod.rs:50:21
[INFO] [stdout]    |
[INFO] [stdout] 50 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2020/src/day03/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2020/src/day03/mod.rs:88:21
[INFO] [stdout]    |
[INFO] [stdout] 88 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2020/src/day04/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> editions/aoc-2020/src/day04/mod.rs:139:21
[INFO] [stdout]     |
[INFO] [stdout] 139 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2020/src/day05/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2020/src/day05/mod.rs:64:21
[INFO] [stdout]    |
[INFO] [stdout] 64 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2020/src/day06/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2020/src/day06/mod.rs:97:21
[INFO] [stdout]    |
[INFO] [stdout] 97 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2020/src/day07/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2020/src/day07/mod.rs:77:21
[INFO] [stdout]    |
[INFO] [stdout] 77 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2020/src/day08/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> editions/aoc-2020/src/day08/mod.rs:102:21
[INFO] [stdout]     |
[INFO] [stdout] 102 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2020/src/day09/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2020/src/day09/mod.rs:98:21
[INFO] [stdout]    |
[INFO] [stdout] 98 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2020/src/day10/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> editions/aoc-2020/src/day10/mod.rs:158:21
[INFO] [stdout]     |
[INFO] [stdout] 158 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2020/src/day11/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> editions/aoc-2020/src/day11/mod.rs:251:21
[INFO] [stdout]     |
[INFO] [stdout] 251 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2020/src/day12/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2020/src/day12/mod.rs:81:21
[INFO] [stdout]    |
[INFO] [stdout] 81 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2020/src/day13/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> editions/aoc-2020/src/day13/mod.rs:132:21
[INFO] [stdout]     |
[INFO] [stdout] 132 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2020/src/day14/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> editions/aoc-2020/src/day14/mod.rs:124:21
[INFO] [stdout]     |
[INFO] [stdout] 124 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2020/src/day15/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2020/src/day15/mod.rs:68:21
[INFO] [stdout]    |
[INFO] [stdout] 68 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2020/src/day16/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2020/src/day16/mod.rs:81:21
[INFO] [stdout]    |
[INFO] [stdout] 81 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2020/src/day17/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> editions/aoc-2020/src/day17/mod.rs:413:21
[INFO] [stdout]     |
[INFO] [stdout] 413 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2020/src/day18/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2020/src/day18/mod.rs:79:21
[INFO] [stdout]    |
[INFO] [stdout] 79 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2020/src/day19/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> editions/aoc-2020/src/day19/common.rs:8:28
[INFO] [stdout]   |
[INFO] [stdout] 8 | const INPUT_VALUES: &str = include_str!("input.txt");
[INFO] [stdout]   |                            ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2023/src/day01/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2023/src/day01/mod.rs:56:21
[INFO] [stdout]    |
[INFO] [stdout] 56 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2023/src/day02/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2023/src/day02/mod.rs:68:21
[INFO] [stdout]    |
[INFO] [stdout] 68 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2020/src/day19/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> editions/aoc-2020/src/day19/mod.rs:157:21
[INFO] [stdout]     |
[INFO] [stdout] 157 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2023/src/day03/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2023/src/day03/mod.rs:73:21
[INFO] [stdout]    |
[INFO] [stdout] 73 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2023/src/day04/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2023/src/day04/mod.rs:83:21
[INFO] [stdout]    |
[INFO] [stdout] 83 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2023/src/day05/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> editions/aoc-2023/src/day05/mod.rs:135:21
[INFO] [stdout]     |
[INFO] [stdout] 135 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2020/src/day20/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> editions/aoc-2020/src/day20/mod.rs:289:21
[INFO] [stdout]     |
[INFO] [stdout] 289 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2020/src/day21/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2020/src/day21/mod.rs:49:21
[INFO] [stdout]    |
[INFO] [stdout] 49 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2023/src/day06/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2023/src/day06/mod.rs:81:21
[INFO] [stdout]    |
[INFO] [stdout] 81 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2020/src/day22/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> editions/aoc-2020/src/day22/mod.rs:398:21
[INFO] [stdout]     |
[INFO] [stdout] 398 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2020/src/day23/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> editions/aoc-2020/src/day23/mod.rs:102:21
[INFO] [stdout]     |
[INFO] [stdout] 102 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2020/src/day24/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2020/src/day24/mod.rs:95:21
[INFO] [stdout]    |
[INFO] [stdout] 95 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2020/src/day25/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2020/src/day25/mod.rs:66:21
[INFO] [stdout]    |
[INFO] [stdout] 66 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2023/src/day07/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2023/src/day07/mod.rs:69:21
[INFO] [stdout]    |
[INFO] [stdout] 69 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2023/src/day08/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2023/src/day08/mod.rs:47:21
[INFO] [stdout]    |
[INFO] [stdout] 47 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2023/src/day09/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> editions/aoc-2023/src/day09/mod.rs:122:21
[INFO] [stdout]     |
[INFO] [stdout] 122 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2023/src/day10/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> editions/aoc-2023/src/day10/mod.rs:247:21
[INFO] [stdout]     |
[INFO] [stdout] 247 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2023/src/day11/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> editions/aoc-2023/src/day11/mod.rs:117:21
[INFO] [stdout]     |
[INFO] [stdout] 117 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2024/src/day01/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2024/src/day01/mod.rs:54:21
[INFO] [stdout]    |
[INFO] [stdout] 54 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2024/src/day02/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2024/src/day02/mod.rs:50:21
[INFO] [stdout]    |
[INFO] [stdout] 50 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2024/src/day03/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2024/src/day03/mod.rs:30:21
[INFO] [stdout]    |
[INFO] [stdout] 30 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2024/src/day04/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2024/src/day04/mod.rs:58:21
[INFO] [stdout]    |
[INFO] [stdout] 58 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2021/src/day01/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2021/src/day01/mod.rs:99:21
[INFO] [stdout]    |
[INFO] [stdout] 99 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2021/src/day02/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2021/src/day02/mod.rs:77:21
[INFO] [stdout]    |
[INFO] [stdout] 77 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2021/src/day03/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2021/src/day03/mod.rs:85:21
[INFO] [stdout]    |
[INFO] [stdout] 85 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2021/src/day04/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2021/src/day04/mod.rs:87:21
[INFO] [stdout]    |
[INFO] [stdout] 87 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2021/src/day05/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2021/src/day05/mod.rs:86:21
[INFO] [stdout]    |
[INFO] [stdout] 86 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2021/src/day06/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2021/src/day06/mod.rs:75:21
[INFO] [stdout]    |
[INFO] [stdout] 75 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2021/src/day07/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2021/src/day07/mod.rs:70:21
[INFO] [stdout]    |
[INFO] [stdout] 70 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2021/src/day08/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> editions/aoc-2021/src/day08/mod.rs:148:21
[INFO] [stdout]     |
[INFO] [stdout] 148 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2021/src/day09/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2021/src/day09/mod.rs:87:21
[INFO] [stdout]    |
[INFO] [stdout] 87 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2021/src/day10/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> editions/aoc-2021/src/day10/mod.rs:119:21
[INFO] [stdout]     |
[INFO] [stdout] 119 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2021/src/day11/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> editions/aoc-2021/src/day11/mod.rs:364:21
[INFO] [stdout]     |
[INFO] [stdout] 364 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2021/src/day12/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> editions/aoc-2021/src/day12/mod.rs:171:21
[INFO] [stdout]     |
[INFO] [stdout] 171 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2021/src/day13/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> editions/aoc-2021/src/day13/mod.rs:140:21
[INFO] [stdout]     |
[INFO] [stdout] 140 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2021/src/day14/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2021/src/day14/mod.rs:77:21
[INFO] [stdout]    |
[INFO] [stdout] 77 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2021/src/day15/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> editions/aoc-2021/src/day15/mod.rs:179:21
[INFO] [stdout]     |
[INFO] [stdout] 179 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2021/src/day16/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> editions/aoc-2021/src/day16/mod.rs:147:21
[INFO] [stdout]     |
[INFO] [stdout] 147 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aoc-2022` (lib) due to 7 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `aoc-2025` (lib) due to 2 previous errors
[INFO] [stderr] error: could not compile `aoc-2025` (lib test) due to 2 previous errors
[INFO] [stdout] error: couldn't read `editions/aoc-2020/src/day01/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2020/src/day01/mod.rs:46:21
[INFO] [stdout]    |
[INFO] [stdout] 46 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aoc-2024` (lib) due to 4 previous errors
[INFO] [stdout] error: couldn't read `editions/aoc-2020/src/day02/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2020/src/day02/mod.rs:50:21
[INFO] [stdout]    |
[INFO] [stdout] 50 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2020/src/day03/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2020/src/day03/mod.rs:88:21
[INFO] [stdout]    |
[INFO] [stdout] 88 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2020/src/day04/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> editions/aoc-2020/src/day04/mod.rs:139:21
[INFO] [stdout]     |
[INFO] [stdout] 139 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2020/src/day05/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2020/src/day05/mod.rs:64:21
[INFO] [stdout]    |
[INFO] [stdout] 64 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2020/src/day06/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2020/src/day06/mod.rs:97:21
[INFO] [stdout]    |
[INFO] [stdout] 97 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2020/src/day07/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2020/src/day07/mod.rs:77:21
[INFO] [stdout]    |
[INFO] [stdout] 77 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2020/src/day08/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> editions/aoc-2020/src/day08/mod.rs:102:21
[INFO] [stdout]     |
[INFO] [stdout] 102 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2020/src/day09/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2020/src/day09/mod.rs:98:21
[INFO] [stdout]    |
[INFO] [stdout] 98 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2020/src/day10/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> editions/aoc-2020/src/day10/mod.rs:158:21
[INFO] [stdout]     |
[INFO] [stdout] 158 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2020/src/day11/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> editions/aoc-2020/src/day11/mod.rs:251:21
[INFO] [stdout]     |
[INFO] [stdout] 251 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2020/src/day12/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2020/src/day12/mod.rs:81:21
[INFO] [stdout]    |
[INFO] [stdout] 81 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2020/src/day13/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> editions/aoc-2020/src/day13/mod.rs:132:21
[INFO] [stdout]     |
[INFO] [stdout] 132 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2020/src/day14/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> editions/aoc-2020/src/day14/mod.rs:124:21
[INFO] [stdout]     |
[INFO] [stdout] 124 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2020/src/day15/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2020/src/day15/mod.rs:68:21
[INFO] [stdout]    |
[INFO] [stdout] 68 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2020/src/day16/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2020/src/day16/mod.rs:81:21
[INFO] [stdout]    |
[INFO] [stdout] 81 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2020/src/day17/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> editions/aoc-2020/src/day17/mod.rs:413:21
[INFO] [stdout]     |
[INFO] [stdout] 413 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2020/src/day18/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2020/src/day18/mod.rs:79:21
[INFO] [stdout]    |
[INFO] [stdout] 79 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2020/src/day19/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> editions/aoc-2020/src/day19/common.rs:8:28
[INFO] [stdout]   |
[INFO] [stdout] 8 | const INPUT_VALUES: &str = include_str!("input.txt");
[INFO] [stdout]   |                            ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2020/src/day19/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> editions/aoc-2020/src/day19/mod.rs:157:21
[INFO] [stdout]     |
[INFO] [stdout] 157 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2020/src/day20/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> editions/aoc-2020/src/day20/mod.rs:289:21
[INFO] [stdout]     |
[INFO] [stdout] 289 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2020/src/day21/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2020/src/day21/mod.rs:49:21
[INFO] [stdout]    |
[INFO] [stdout] 49 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2020/src/day22/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> editions/aoc-2020/src/day22/mod.rs:398:21
[INFO] [stdout]     |
[INFO] [stdout] 398 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2020/src/day23/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> editions/aoc-2020/src/day23/mod.rs:102:21
[INFO] [stdout]     |
[INFO] [stdout] 102 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2020/src/day24/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2020/src/day24/mod.rs:95:21
[INFO] [stdout]    |
[INFO] [stdout] 95 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `editions/aoc-2020/src/day25/./input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> editions/aoc-2020/src/day25/mod.rs:66:21
[INFO] [stdout]    |
[INFO] [stdout] 66 | const INPUT: &str = include_str!("./input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aoc-2024` (lib test) due to 4 previous errors
[INFO] [stderr] error: could not compile `aoc-2023` (lib test) due to 11 previous errors
[INFO] [stderr] error: could not compile `aoc-2022` (lib test) due to 7 previous errors
[INFO] [stderr] error: could not compile `aoc-2023` (lib) due to 11 previous errors
[INFO] [stderr] error: could not compile `aoc-2020` (lib) due to 26 previous errors
[INFO] [stderr] error: could not compile `aoc-2021` (lib) due to 16 previous errors
[INFO] [stderr] error: could not compile `aoc-2020` (lib test) due to 26 previous errors
[INFO] [stderr] error: could not compile `aoc-2021` (lib test) due to 16 previous errors
[INFO] running `Command { std: "docker" "inspect" "d01d3651fa1c32b77b94883a9ee838df0b8ee666c1e55bd93abb15ec6fe30209", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d01d3651fa1c32b77b94883a9ee838df0b8ee666c1e55bd93abb15ec6fe30209", kill_on_drop: false }`
[INFO] [stdout] d01d3651fa1c32b77b94883a9ee838df0b8ee666c1e55bd93abb15ec6fe30209
